Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    rev(ls)  → r1(ls,empty)
2:    r1(empty,a)  → a
3:    r1(cons(x,k),a)  → r1(k,cons(x,a))
There are 2 dependency pairs:
4:    REV(ls)  → R1(ls,empty)
5:    R1(cons(x,k),a)  → R1(k,cons(x,a))
The approximated dependency graph contains one SCC: {5}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006